Skip to main content

DeleteVulWhitelist

Description

removes the specified vulnerability record from the vulnerability whitelist. After deletion, Server Guard will re-detect and report the vulnerability information.

Request Method

POST

Request Path

/apsara/route/aegis/DeleteVulWhitelist

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
regionIdBODYstringYesNo sample value for this parameter.region id
WhitelistBODYstringNoNo sample value for this parameter.the vulnerability information that needs to be removed from the whitelist, expressed in JSON format, refer to the request example.
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIdstringno demo valuerequest ID.

Example

Successful Response example

{
"RequestId":"no demo value"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}